;#metadef
#author MarkW
#idString TENMA, 72-6685A,
#name Tenma 72-6685A
#handle t6685
#port comfixedbaud
#baudrate 4800N71
#eol \r
;#eol \_
#driver SingleValue

;Tenma 72-6685A DMM
;Mark Wilson 12-19-2021


;Prefixes used by meter
;AC = Volts AC, AC milliAmps
;CA = Capacitance
;DC = Volts DC, DC milliAmps
;DI = Diode test
;FG = Frequency Generator
;FR = Frequency measurement
;HF = Hfe
;LO = logic test
;OH = Resistance
;TE = Temperaure
;Suffixes indicate unit, multiple possible units used for a given prefix (ohm, Kohm, Mohm)

#notes Long press HOLD to turn on meter output.  Modes that don't work: Hfe, Logic, Temp in F

; Format: #value ColumnName Unit Format {Selector}
#value VoltageDC V si DCV
#value CurrentDC A si DCA
#value VoltageAC V si ACV
#value CurrentAC A si ACA
#value Resistance ohm si OHOhm
#value Frequency Hz si FRHz
#value Frequency Hz si FGHz
#value Capacitance F si CAF
;probably don't need this and it confuses parser #value Hfe si HF
#value Temperature C si TEC
;sw doesn't properly recognize temp in F #value Temperature F si TEF
#value DiodeV V si DIV


;Screen in reisistance screen displays OL but value sent is 40 MOhm
;Screen in diode mode displays OL but value sent of 4 V

; Accept this delay when reading values (seconds), meter transmits every 500ms
#readingDelay 1


#interfaceType DMM
#interface readValue 0
